runtime.writeHeapBits.low (field)
8 uses
runtime (current package)
mbitmap.go#L774: low uintptr // number of low-order bits to not overwrite
mbitmap.go#L781: h.low = addr / goarch.PtrSize % ptrBits
mbitmap.go#L784: h.addr = addr - h.low*goarch.PtrSize
mbitmap.go#L788: h.valid = h.low
mbitmap.go#L814: m := uintptr(1)<<h.low - 1
mbitmap.go#L828: h.low = 0
mbitmap.go#L869: if h.valid != h.low {
mbitmap.go#L870: m := uintptr(1)<<h.low - 1 // don't clear existing bits below "low"
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |